/* Custom CSS — Roboto base font (colours & layout unchanged) */

body,
h1, h2, h3, h4, h5, h6,
p, li, a, span,
.btn,
.nav-link {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Restore bullet markers for content lists — the theme's global nav-menu
   reset (ul { list-style: none }) otherwise strips them from page content.
   Also match list-item font-size to the 18px used by <p>, since the theme
   only bumps <p> up from the 14px body default and leaves <li> at 14px. */
.content ul {
  list-style: disc;
  padding-left: 40px;
}

.content ol {
  padding-left: 40px;
}

.content ul li,
.content ol li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
